home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / efxb1.zip / EFX.TXT < prev    next >
Text File  |  1996-10-02  |  1KB  |  50 lines

  1. EFX v1.0b (Beta, First release)
  2. ==========================================
  3. 10/2/96
  4. ==========================================
  5.  
  6. Readme:
  7. -------------
  8. This patch allows you to put lightning and rain
  9. generating objects into a level.
  10.  
  11. If wish to use this patch in one of your own patches
  12. then email me at "robertp@airmail.net" and I'll send
  13. you the .qc source code.
  14.  
  15.  
  16. Installation:
  17. -------------
  18. Make a directory called EFX in your Quake directory, and move
  19. the progs.dat file to the EFX directory.
  20.  
  21. Copy the efx1.bsp file to the id1\maps directory in your Quake directory.
  22.  
  23. Start Quake by typing "QUAKE -GAME EFX +MAP EFX1"
  24.  
  25.  
  26. IF YOU WISH TO MAKE A LEVEL FOR EFX:
  27. ---------------------------------------------
  28. You may place a lightning generator in a level by placing an entity
  29. with the classname "efx_lightning"
  30.  
  31. You may place a rain generator in a level by placing an entity
  32. with the classname "efx_rain"
  33.  
  34.  
  35. Plans for the next version:
  36. ---------------------------------------------
  37. Change the rain into sprites instead of particles.
  38.   (and generate at least 3 times as much rain)
  39. Make rain generator entity have "heavy" and "lite" modes.
  40. Make lightning hurt you.
  41. Make lightning light up rooms.
  42. Make rain have an ambient "rain sound"
  43. Add rooms to test level.
  44.  
  45. Special Thanks to:
  46. ---------------------------------------------
  47. Id Software for making Quake
  48. NicoMak computing for making WinZip95.
  49. Brad Fiedel.
  50.